home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 5696 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.2 KB  |  56 lines

  1. Path: news.mountain.net!usenet
  2. From: gene_heskett@wvlink.mpl.com (Gene Heskett)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: Zip Drive Geometry
  5. Date: 27 Feb 96 09:58:08 +0500
  6. Organization: MountainNet, Inc. Morgantown WV 800.444.1458
  7. Message-ID: <1824.6631T598T423@wvlink.mpl.com>
  8. References: <4glcie$b66@fcnews.fc.hp.com> <4gs5ab$alg@eken.hv.se>
  9. NNTP-Posting-Host: slip12.mpl.com
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12.  
  13.  HW> In article <4glcie$b66@fcnews.fc.hp.com>, tomk@fc.hp.com (Tom
  14.  HW> Kennedy) writes:
  15. >>David Evans (devans@ccubb.com) wrote:
  16. >>: Does anyone know the geometry of a ZIP disc?  I seem to have the
  17. >>: wrong layout and format doesn't work...
  18. >>
  19. >>It's got 196608 sectors.  You can pick any geometry that has that
  20. >>number of sectors.  (I use 8 sec/track, 2 heads, 12288 tracks.)
  21.  
  22.  HW> Why so few secors and so many tracks? Isn't that a major
  23.  HW> performance loss? The number of seeks for a track increases a
  24.  HW> lot, and that time is a lot higher than the time required to
  25.  HW> revolve the disk one  rotation. Just my humble opinion...
  26.  
  27.  HW> /Henrik
  28.  
  29. Henrik;
  30.  
  31. It normally doesn't make any difference to a scsi device since the
  32. internal physical disk format is not something we have had any
  33. control over in quite some time now.
  34.  
  35. The track and sector numbers are normally chosen so that they
  36. duplicate as close as possible, without going over, the actual
  37. capacity of the disk. The controller in the computer asks for a
  38. sector based on tracks*sectors_per_track*head, commonly called the
  39. Logical Sector Number, and the controller on the drive then
  40. translates that often quite large number back into the actual
  41. location on its platters.  We, the users, have no way of accessing
  42. what may be on the drives actual track 117, sector 3, head 5 except
  43. by pure dumb luck!  Thats what he meant above when he said to pick
  44. any set of numbers that totalled up to 196608 sectors.  The actual
  45. Logical Sector Number (LSN) is the only address that in fact goes up
  46. the cable to the drive.
  47.  
  48. Cheers Henrik, Gene
  49.  
  50. /*           Gene Heskett         | These opinions are NOT to be */
  51. /* CE @ WDTV Weston/Clarksburg WV | confused with the official   */
  52. /* <gene_heskett@wvlink.mpl.com>  | WDTV managment views         */
  53. #include <std.disclaimer>
  54.  
  55.  
  56.